home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 5_10.lha / 5_10 / 5_10c.h < prev    next >
Text File  |  1993-08-08  |  420b  |  21 lines

  1. * Copyright (c) 1990 by AT&T Bell Telephone Laboratories, Incorporated. */
  2. * The C++ Answer Book */
  3. * Tony Hansen */
  4. * All rights reserved. */
  5. / exercise 5.10
  6. / class entry table
  7. ifndef TABLEENTRY_H
  8. define TABLEENTRY_H
  9.  
  10. include <table.h>
  11.  
  12. include "5_10c0.h"    // EXPAND
  13.  
  14. ublic:
  15.    tableentry();
  16.    ~tableentry();
  17.    int getvardata(char *, vardata **);
  18.    vardata* settype(char *, vartypes);
  19. ;    
  20. endif /* TABLEENTRY_H */
  21.